DOC-303: Document concurrent SQS event source mapping pollers#810
Open
quetzalliwrites wants to merge 1 commit into
Open
DOC-303: Document concurrent SQS event source mapping pollers#810quetzalliwrites wants to merge 1 commit into
quetzalliwrites wants to merge 1 commit into
Conversation
Mark SQS Standard ScalingConfig as implemented in the Lambda Behaviour Coverage table now that MaximumConcurrency caps concurrent pollers, and document the new LAMBDA_EVENT_SOURCE_MAPPING_SQS_POLLER_COUNT configuration variable.
quetzalliwrites
requested review from
HarshCasper,
dfangl,
joe4dev and
remotesynth
as code owners
July 23, 2026 13:43
Deploying localstack-docs with
|
| Latest commit: |
5bf2955
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://6984232c.localstack-docs.pages.dev |
| Branch Preview URL: | https://doc-303-doc-featlambda-spawn.localstack-docs.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ScalingConfigfor SQS Standard as 🟢 implemented in the Lambda Behaviour Coverage table (lambda.mdx), now thatScalingConfig.MaximumConcurrencycaps the number of concurrent pollers. SQS FIFO stays 🟡, since a single poller is always used there to preserve message-group ordering andMaximumConcurrencyhas no effect.[^3]to describe the new concurrent-poller behavior for SQS Standard.LAMBDA_EVENT_SOURCE_MAPPING_SQS_POLLER_COUNTconfiguration variable (default5) inconfiguration-options.md.Related engineering PR: https://github.com/localstack/localstack-pro/pull/7386
Linear: https://linear.app/localstack/issue/DOC-303/doc-featlambda-spawn-concurrent-pollers-for-sqs-event-source-mappings
Test plan
astro buildcompletes successfullystarlight-links-validatorreports all internal links valid